home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir35 / add302.zip / CONFIGWS.DOC < prev    next >
Text File  |  1993-02-07  |  4KB  |  91 lines

  1. CONFIGWS.DOC
  2. 02/07/93
  3.  
  4. The CONFIGWS program is used to permanently switch the defaults for certain
  5. Wayne Software programs.  Other programs would let you do this by setting an
  6. environmental parameter but that frequently resulted in running out of
  7. environmental space so that was out.  Programs like LIST come with a clone
  8. function that let you change the program while you're in the program but the
  9. Wayne Software stuff is written in QuickBASIC, and memory became too tight to do
  10. that.  So along comes a single program that lets you change the defaults for
  11. several programs.
  12.  
  13. Currently, CONFIGWS will let you set the following defaults in the following
  14. routines:
  15.  
  16.         Routine    Settable defaults          Values
  17.  
  18.         ADD        Reverse match criteria     /V or /-V
  19.                    Show counts only           /C or /-C
  20.                    Case insensitive           /I or /-I
  21.         BFIND      Reverse match criteria     /V or /-V
  22.                    Show counts only           /C or /-C
  23.                    Number lines               /N or /-N
  24.                    Case insensitive           /I or /-I
  25.                    Pause output               /P or /-P
  26.                    Include headings           /HEADER or /-HEADER
  27.         CHANGE     Reverse match criteria     /V or /-V
  28.                    Case insensitive           /I or /-I
  29.         CONVERT    Output format              /TO FIXED, /TO ASCII,
  30.                                               /TO WKS, or /TO DBF
  31.                    Action update bad data     /SKIP, /MISSING, or /ABORT
  32.                    Beep when done             /BEEP or /-BEEP
  33.                    Overwrite output file      /OVERWRITE, /-OVERWRITE, or
  34.                                               /OVERASK
  35.         DEMOMAKE   Overwrite output file      /OVERWRITE, /-OVERWRITE, or
  36.                                               /OVERASK
  37.         DIRTOTAL   Pick sort program          /SORT=SORTF, /SORT=QSORT,
  38.                                               /SORT=DOS, /SORT=INTERNAL,
  39.                                               /SORT=PCSORT
  40.                    Use MS-DOS 5.0 sorting     /DOS or /-DOS
  41.                    Beep when done             /BEEP or /-BEEP
  42.                    Include sub w/child tots   /SUB or /-SUB
  43.         FILL       Output destination         A: or B:
  44.                    Beep when done             /BEEP or /-BEEP
  45.                    Confirm each file          /PROMPT or /-PROMPT
  46.                    Wipe out existing files    /WIPE or /-WIPE
  47.                    If output file exists      /OVERASK, /OVERWRITE, /-OVERWRITE,
  48.                                               /OVERSKIP
  49.                    Copy order                 /ON, /O-N, /OS, /O-S, /OD, /O-D
  50.                    Move or copy               /MOVE or /COPY
  51.                    Multi- or single disk      /MULTI or /SINGLE
  52.         READ       Monochrome or color        /MONO or /-MONO
  53.                    Printer definition         /PLPT1:, /PLPT2:, /PCOM1:,
  54.                                               /PCOM2:, or /PREAD.DMP
  55.  
  56.         TAKE1ST    Reverse match criteria     /V or /-V
  57.                    Case insensitive           /I or /-I
  58.                    Write out unique or dups   /UNIQUE or /DUPS
  59.  
  60. If you have other Wayne Software programs and you want CONFIGWS to handle them
  61. too, contact Wayne Software (address below) and let us know.
  62.  
  63.  
  64.  
  65. Running the program:
  66.  
  67.     CONFIGWS [ routine ] [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /? ]
  68.  
  69. where:
  70.  
  71. "routine" is the name of the routine to change.  ".EXE" is presumed.  You can
  72. fully specify the location and name of the program if you want but CONFIGWS will
  73. search for it if you don't.  If CONFIGWS is in the same subdirectory as the
  74. other program, it won't have any trouble finding it.  If you don't specify
  75. anything, you'll get a current list of all CONFIGWS-able programs that are in
  76. your default directory.
  77.  
  78. "/MONO" or "/-COLOR" sets the screens to monochrome.
  79.  
  80. "/-MONO" or "/COLOR" sets the screens to color and is typically the default.
  81.  
  82. "/?" or "/HELP" or "HELP" gives you syntactical help with the command.
  83.  
  84.  
  85. Program written by Bruce Guthrie.  Comments and suggestions can be sent to:
  86.  
  87.                 Bruce Guthrie
  88.                 Wayne Software
  89.                 113 Sheffield St.
  90.                 Silver Spring, MD 20910
  91.